home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000268_news@columbia.edu _Wed Jan 10 18:08:13 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id SAA04024 for <kermit.misc@watsun>; Wed, 10 Jan 1996 18:08:13 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id SAA08348 for kermit.misc@watsun; Wed, 10 Jan 1996 18:08:10 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Hello Frank
  8. Date: 10 Jan 1996 23:08:06 GMT
  9. Organization: Columbia University
  10. Lines: 17
  11. Message-ID: <4d1gsm$84q@apakabar.cc.columbia.edu>
  12. References: <4d0v1u$4hg@newsbf02.news.aol.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4d0v1u$4hg@newsbf02.news.aol.com>,
  16. PGassman <pgassman@aol.com> wrote:
  17. > I recently upgraded to version 5A(189) running on an HP-UX 712
  18. > workstation and have discovered that when I use a script to call out
  19. > the software adjusts the line speed to whatever the connection speed
  20. > is. Since my actual serial port speed has not changed this causes a
  21. > loss of communication with my modem until I manual change the line
  22. > speed back. Can this feature be disabled?
  23. >
  24. The current version is 5A(190).  It has considerable improvements for
  25. HP-UX over 5A(189).
  26.  
  27. As explained in the manual, "Using C-Kermit", on page 61, use the command
  28. SET DIAL SPEED-MATCHING to control whether Kermit changes speed according
  29. to the modem's CONNECT message.
  30.  
  31. - Frank